home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 3.iso
/
dist
/
fw_qt3.idb
/
usr
/
freeware
/
Qt
/
examples
/
table
/
bigtable
/
bigtable.doc.z
/
bigtable.doc
Wrap
Text File
|
2002-04-08
|
322b
|
21 lines
/*
$Id$
*/
/*! \page bigtable-example.html
\ingroup table-examples
\title How to create a large, sparse QTable
This example shows a sparse table implementation using a QIntDict to
keep track of the cells that are actually in use.
<hr>
Implementation:
\include table/bigtable/main.cpp
*/